body {
  background-color: black;
 
}

h1, h2, h3 {
   color: #c0cb7f;
}


p {
 font-family: Calibri;
  color: #5e5c56;
}



table {
         border: 1px #a64626;
         color: #5e5c56;
         background-color: #222222;
         width: 250px;
         text-align:center;
         font-weight:bold;
}

a {
   color: #677f51;
   text-decoration-line: none;
}
 

a:hover {
   text-decoration-line: underline;
}

ul {
   list-style-type: square;
   color: #5e5c56;
}

ol {
   list-style-type: lower-greek;
   color: #5e5c56
}

dl {
      color: #a64626;
      font-style: italic;
}